\(\int \frac {a+b \coth (e+f x)}{c+d x} \, dx\) [40]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [N/A]
   Sympy [N/A]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 18, antiderivative size = 18 \[ \int \frac {a+b \coth (e+f x)}{c+d x} \, dx=\text {Int}\left (\frac {a+b \coth (e+f x)}{c+d x},x\right ) \]

[Out]

Unintegrable((a+b*coth(f*x+e))/(d*x+c),x)

Rubi [N/A]

Not integrable

Time = 0.02 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {a+b \coth (e+f x)}{c+d x} \, dx=\int \frac {a+b \coth (e+f x)}{c+d x} \, dx \]

[In]

Int[(a + b*Coth[e + f*x])/(c + d*x),x]

[Out]

Defer[Int][(a + b*Coth[e + f*x])/(c + d*x), x]

Rubi steps \begin{align*} \text {integral}& = \int \frac {a+b \coth (e+f x)}{c+d x} \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 5.73 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.11 \[ \int \frac {a+b \coth (e+f x)}{c+d x} \, dx=\int \frac {a+b \coth (e+f x)}{c+d x} \, dx \]

[In]

Integrate[(a + b*Coth[e + f*x])/(c + d*x),x]

[Out]

Integrate[(a + b*Coth[e + f*x])/(c + d*x), x]

Maple [N/A] (verified)

Not integrable

Time = 0.06 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00

\[\int \frac {a +b \coth \left (f x +e \right )}{d x +c}d x\]

[In]

int((a+b*coth(f*x+e))/(d*x+c),x)

[Out]

int((a+b*coth(f*x+e))/(d*x+c),x)

Fricas [N/A]

Not integrable

Time = 0.26 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.11 \[ \int \frac {a+b \coth (e+f x)}{c+d x} \, dx=\int { \frac {b \coth \left (f x + e\right ) + a}{d x + c} \,d x } \]

[In]

integrate((a+b*coth(f*x+e))/(d*x+c),x, algorithm="fricas")

[Out]

integral((b*coth(f*x + e) + a)/(d*x + c), x)

Sympy [N/A]

Not integrable

Time = 0.96 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.83 \[ \int \frac {a+b \coth (e+f x)}{c+d x} \, dx=\int \frac {a + b \coth {\left (e + f x \right )}}{c + d x}\, dx \]

[In]

integrate((a+b*coth(f*x+e))/(d*x+c),x)

[Out]

Integral((a + b*coth(e + f*x))/(c + d*x), x)

Maxima [N/A]

Not integrable

Time = 0.26 (sec) , antiderivative size = 78, normalized size of antiderivative = 4.33 \[ \int \frac {a+b \coth (e+f x)}{c+d x} \, dx=\int { \frac {b \coth \left (f x + e\right ) + a}{d x + c} \,d x } \]

[In]

integrate((a+b*coth(f*x+e))/(d*x+c),x, algorithm="maxima")

[Out]

b*(log(d*x + c)/d - integrate(1/(d*x + (d*x*e^e + c*e^e)*e^(f*x) + c), x) + integrate(-1/(d*x - (d*x*e^e + c*e
^e)*e^(f*x) + c), x)) + a*log(d*x + c)/d

Giac [N/A]

Not integrable

Time = 0.27 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.11 \[ \int \frac {a+b \coth (e+f x)}{c+d x} \, dx=\int { \frac {b \coth \left (f x + e\right ) + a}{d x + c} \,d x } \]

[In]

integrate((a+b*coth(f*x+e))/(d*x+c),x, algorithm="giac")

[Out]

integrate((b*coth(f*x + e) + a)/(d*x + c), x)

Mupad [N/A]

Not integrable

Time = 1.97 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.11 \[ \int \frac {a+b \coth (e+f x)}{c+d x} \, dx=\int \frac {a+b\,\mathrm {coth}\left (e+f\,x\right )}{c+d\,x} \,d x \]

[In]

int((a + b*coth(e + f*x))/(c + d*x),x)

[Out]

int((a + b*coth(e + f*x))/(c + d*x), x)